MutedMemberListComponent

open class MutedMemberListComponent : UserTypeListComponent<T>

This class creates and performs a view corresponding the muted member list area in Sendbird UIKit. since 3.0.0

Functions

Link copied to clipboard
open fun notifyDataSetChanged(@NonNull userList: List<Member>, @NonNull myRole: Role)
Notifies this component that the list of users is changed.
Link copied to clipboard
open fun <T : MutedMemberListAdapter?> setAdapter(@NonNull adapter: T)
Sets the muted member list adapter to provide child views on demand.

Properties

Link copied to clipboard
protected open val adapter: MutedMemberListAdapter